From baa52c47f6ce66a848076e0101bd259ded8502e5 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 14 Feb 2003 06:54:44 +0000 Subject: [PATCH] (view-hello-file): Use `view-file' instead of `find-file-read-only'. --- lisp/international/mule-cmds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 92df9fcb4c0..01bb05a0955 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -264,7 +264,7 @@ wrong, use this command again to toggle back to the right mode." ;; We have to decode the file in any environment. (let ((default-enable-multibyte-characters t) (coding-system-for-read 'iso-2022-7bit)) - (find-file-read-only (expand-file-name "HELLO" data-directory)))) + (view-file (expand-file-name "HELLO" data-directory)))) (defun universal-coding-system-argument (coding-system) "Execute an I/O command using the specified coding system." -- 2.30.2